home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / basic / ace24dist.lha / ace24.lha / SUBmods / RunProg / ReadMe < prev    next >
Text File  |  1996-09-10  |  905b  |  24 lines

  1.  
  2. This SUBmod allows a program to be loaded and executed with control over stack 
  3. size and retrieval of the AmigaDOS return code, making it superior to ACE's 
  4. SYSTEM command.
  5.  
  6. Like the SYSTEM command, the input file is taken from the context of the 
  7. calling process (normally the keyboard).
  8.  
  9. Version 36 or higher of the OS (Wb 2.x/3.x) is required since the dos.library 
  10. RunCommand() function is used.
  11.  
  12. Note: if you run a program which calls RunProg from a shell, the shell will
  13. generally close upon completion of the program. The reason for this is still 
  14. unclear to me but I have some ideas. It is unrelated to the use of UnLoadSeg().
  15. I suspect it's just that I'm misunderstanding the behaviour of RunCommand()
  16. and I may need to have the parent create a child process.
  17.  
  18. See RunProg.b and RunProg.h for more details and test.b for an example of how
  19. to use RunProg.o.
  20.  
  21. Regards,
  22.  
  23. David Benn, 6th March 1995
  24.